Fix the docs for gtk_recent_info_get_application_info()
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2009 21:22:58 +0000 (17:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2009 22:25:04 +0000 (18:25 -0400)
commit362127c33c16b8626d4a4b8925bfb7b03bee0b6b
tree02c85326c7dffd7e9a0183cebb21a0ee96d0de2d
parentb6fc50c855077067ac3ba26b6654645eca2d7320
Fix the docs for gtk_recent_info_get_application_info()

The documentation for the function says that the app_exec string
should be freed, but we return a pointer to the internal string
without duplicating it. Since the app_exec string is valid as long
as the GtkRecentInfo is valid the documentation should be fixed
and the out argument should be constified. Fixes #584832.
gtk/gtkrecentmanager.c
gtk/gtkrecentmanager.h